{
  "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": 7727,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP184201",
        "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.7554/eLife.50822",
      "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
      "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
      "id": "SRP184201"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003732",
              "name": "T neuron T4a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4a",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.243771,
          "sdRefIntergenicDistribution": 2.833896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1272,
          "maxRank": 11251.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003733",
              "name": "T neuron T4b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4b",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.462315,
          "sdRefIntergenicDistribution": 2.707461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1134,
          "maxRank": 11131.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003734",
              "name": "T neuron T4c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4c",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.986174,
          "sdRefIntergenicDistribution": 2.530816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 949,
          "maxRank": 10998.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003735",
              "name": "T neuron T4d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4d",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.569549,
          "sdRefIntergenicDistribution": 2.753769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1100,
          "maxRank": 11102.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003737",
              "name": "T neuron T5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5a",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.707588,
          "sdRefIntergenicDistribution": 2.655283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1055,
          "maxRank": 11118.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003738",
              "name": "T neuron T5b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5b",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.779907,
          "sdRefIntergenicDistribution": 2.688871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1047,
          "maxRank": 11083.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003739",
              "name": "T neuron T5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5c",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.040531,
          "sdRefIntergenicDistribution": 2.590532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 936,
          "maxRank": 10986.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003740",
              "name": "T neuron T5d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5d",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.912541,
          "sdRefIntergenicDistribution": 2.692819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 943,
          "maxRank": 11039.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 356667672,
            "mappedReadsCount": 316487040,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003726",
              "name": "T neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "filtered",
            "devStage": {
              "id": "FBdv:00005353",
              "name": "pupal stage P6 (fruit fly)"
            },
            "devStageAuthorAnnotation": "24h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.105431,
          "sdRefIntergenicDistribution": 2.680042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1384,
          "maxRank": 11829.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003740",
              "name": "T neuron T5d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5d",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.330564,
          "sdRefIntergenicDistribution": 2.754979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1229,
          "maxRank": 11075.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003739",
              "name": "T neuron T5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5c",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.394321,
          "sdRefIntergenicDistribution": 2.740179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1182,
          "maxRank": 11071.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003738",
              "name": "T neuron T5b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5b",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.226793,
          "sdRefIntergenicDistribution": 2.866357,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1258,
          "maxRank": 11110.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003737",
              "name": "T neuron T5a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T5a",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.224400,
          "sdRefIntergenicDistribution": 2.788184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1225,
          "maxRank": 11091.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003735",
              "name": "T neuron T4d (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4d",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.187428,
          "sdRefIntergenicDistribution": 2.761666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1253,
          "maxRank": 11268.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003734",
              "name": "T neuron T4c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4c",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.312895,
          "sdRefIntergenicDistribution": 2.682437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1192,
          "maxRank": 11092.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003733",
              "name": "T neuron T4b (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4b",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.103251,
          "sdRefIntergenicDistribution": 2.851096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1389,
          "maxRank": 11215.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003732",
              "name": "T neuron T4a (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4a",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.074876,
          "sdRefIntergenicDistribution": 2.821285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1325,
          "maxRank": 11202.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 358675065,
            "mappedReadsCount": 312547828,
            "minReadLength": 100,
            "maxReadLength": 100
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 7727,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP184201",
              "xRefName": "Modular transcriptional programs separately define axon and dendrite connectivity",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP184201",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.7554/eLife.50822",
            "name": "Modular transcriptional programs separately define axon and dendrite connectivity",
            "description": "Patterns of synaptic connectivity are remarkably precise and complex. Single-cell RNA sequencing has revealed a vast transcriptional diversity of neurons. Nevertheless, a clear logic underlying the transcriptional control of neuronal connectivity has yet to emerge. Here, we focused on Drosophila T4/T5 neurons, a class of closely related neuronal subtypes with different wiring patterns. Eight subtypes of T4/T5 neurons are defined by combinations of two patterns of dendritic inputs and four patterns of axonal outputs. Single-cell profiling during development revealed distinct transcriptional programs defining each dendrite and axon wiring pattern. These programs were defined by the expression of a few transcription factors and different combinations of cell surface proteins. Gain and loss of function studies provide evidence for independent control of different wiring features. We propose that modular transcriptional programs for distinct wiring features are assembled in different combinations to generate diverse patterns of neuronal connectivity. Overall design: Single-cell profiling of FACS purified populations of Drosophila melanogaster T4/T5 neurons during pupal development (24h and 48h APF).",
            "id": "SRP184201"
          },
          "id": "SRX5341907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00001930",
              "name": "embryonic/larval optic lobe (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "Optic Lobe",
            "cellType": {
              "id": "FBbt:00003726",
              "name": "T neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "filtered",
            "devStage": {
              "id": "FBdv:00005355",
              "name": "pharate adult stage P8 (fruit fly)"
            },
            "devStageAuthorAnnotation": "48h APF",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.227125,
          "sdRefIntergenicDistribution": 2.625913,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1320,
          "maxRank": 11603.00
        }
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.tsv.gz",
        "title": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP184201.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_SRP184201_droplet_based.h5ad",
        "title": "Drosophila_melanogaster_SRP184201_droplet_based.h5ad"
      }
    ]
  }
}