{
  "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": 45820,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP303343",
        "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
        "source": {
          "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.67436",
      "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
      "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
      "id": "SRP303343"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.429499,
          "sdRefIntergenicDistribution": 2.586441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1537433,
          "distinctRankCount": 7331,
          "maxRank": 26560.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000065",
              "name": "ependymal cell"
            },
            "cellTypeAuthorAnnotation": "Ependymal, Ependymal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.910137,
          "sdRefIntergenicDistribution": 2.474555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1060994,
          "distinctRankCount": 7143,
          "maxRank": 26535.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Mitosis, Dividing/C cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.906894,
          "sdRefIntergenicDistribution": 1.722917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 178908,
          "distinctRankCount": 4329,
          "maxRank": 24324.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "A cells, A cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.231449,
          "sdRefIntergenicDistribution": 2.228179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 773604,
          "distinctRankCount": 6455,
          "maxRank": 25934.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4030048",
              "name": "striosomal D1 medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, Tac1 SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.937051,
          "sdRefIntergenicDistribution": 2.356260,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 942988,
          "distinctRankCount": 6437,
          "maxRank": 25938.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023029",
              "name": "indirect pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D2, SN-D2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.642606,
          "sdRefIntergenicDistribution": 3.362619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6668511,
          "distinctRankCount": 9315,
          "maxRank": 27941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "Microglia, Microglia",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.333845,
          "sdRefIntergenicDistribution": 1.828223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 249921,
          "distinctRankCount": 4904,
          "maxRank": 24750.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000183",
              "name": "contractile cell"
            },
            "cellTypeAuthorAnnotation": "Pericyte/VSMC, Pericyte/VSMC",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.870258,
          "sdRefIntergenicDistribution": 1.496542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65714,
          "distinctRankCount": 2620,
          "maxRank": 22788.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo, Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.596060,
          "sdRefIntergenicDistribution": 1.859937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297555,
          "distinctRankCount": 5107,
          "maxRank": 24856.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023026",
              "name": "direct pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.655406,
          "sdRefIntergenicDistribution": 3.367633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6539318,
          "distinctRankCount": 9270,
          "maxRank": 27906.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial, Endothelial",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.799533,
          "sdRefIntergenicDistribution": 1.632058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 213890,
          "distinctRankCount": 4336,
          "maxRank": 24684.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000108",
              "name": "cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "IN, CHAT Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.712831,
          "sdRefIntergenicDistribution": 2.029228,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 377998,
          "distinctRankCount": 5371,
          "maxRank": 24843.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023051",
              "name": "vascular leptomeningeal cell"
            },
            "cellTypeAuthorAnnotation": "Meningeal, Vasc Leptomeningeal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.622678,
          "sdRefIntergenicDistribution": 1.381675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23852,
          "distinctRankCount": 1489,
          "maxRank": 21264.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.791602,
          "sdRefIntergenicDistribution": 1.876353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 278945,
          "distinctRankCount": 4708,
          "maxRank": 24530.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.370901,
          "sdRefIntergenicDistribution": 2.042359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 440045,
          "distinctRankCount": 5533,
          "maxRank": 25209.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, OPRM1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.082566,
          "sdRefIntergenicDistribution": 2.278176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 838137,
          "distinctRankCount": 6239,
          "maxRank": 25775.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PDYN Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 156.698701,
          "sdRefIntergenicDistribution": 1.152666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6422,
          "distinctRankCount": 292,
          "maxRank": 19492.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PTHLH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.325085,
          "sdRefIntergenicDistribution": 2.197158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 702306,
          "distinctRankCount": 6213,
          "maxRank": 25671.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, SST Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.404648,
          "sdRefIntergenicDistribution": 2.038570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 425561,
          "distinctRankCount": 5560,
          "maxRank": 25117.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, TH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.319940,
          "sdRefIntergenicDistribution": 1.974769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 325837,
          "distinctRankCount": 5094,
          "maxRank": 24860.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000047",
              "name": "neuronal stem cell"
            },
            "cellTypeAuthorAnnotation": "B cells, B cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.295315,
          "sdRefIntergenicDistribution": 1.819497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253890,
          "distinctRankCount": 4623,
          "maxRank": 24878.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000095",
              "name": "neuron associated cell"
            },
            "cellTypeAuthorAnnotation": "OPC/Oligo, OPC/Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.580273,
          "sdRefIntergenicDistribution": 1.959308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 406700,
          "distinctRankCount": 5318,
          "maxRank": 25275.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 350105696,
            "mappedReadsCount": 205613607,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "Astrocytes, Astrocytes",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.666547,
          "sdRefIntergenicDistribution": 1.859245,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 295710,
          "distinctRankCount": 4688,
          "maxRank": 24877.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT2 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 358.686256,
          "sdRefIntergenicDistribution": 1.129509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2692,
          "distinctRankCount": 366,
          "maxRank": 18764.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000108",
              "name": "cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "IN, CHAT Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.313909,
          "sdRefIntergenicDistribution": 2.029375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 445655,
          "distinctRankCount": 4831,
          "maxRank": 25123.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial, Endothelial",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.120042,
          "sdRefIntergenicDistribution": 1.959350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 716911,
          "distinctRankCount": 5786,
          "maxRank": 25915.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023026",
              "name": "direct pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.801876,
          "sdRefIntergenicDistribution": 2.909639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3551266,
          "distinctRankCount": 7943,
          "maxRank": 27335.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo, Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.351257,
          "sdRefIntergenicDistribution": 2.156572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 702991,
          "distinctRankCount": 5867,
          "maxRank": 25710.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000183",
              "name": "contractile cell"
            },
            "cellTypeAuthorAnnotation": "Pericyte/VSMC, Pericyte/VSMC",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.083501,
          "sdRefIntergenicDistribution": 1.757553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 215775,
          "distinctRankCount": 3942,
          "maxRank": 24486.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "Microglia, Microglia",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.649467,
          "sdRefIntergenicDistribution": 2.351088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1136731,
          "distinctRankCount": 6683,
          "maxRank": 26346.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023029",
              "name": "indirect pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D2, SN-D2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.629697,
          "sdRefIntergenicDistribution": 3.191242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5892775,
          "distinctRankCount": 8929,
          "maxRank": 27861.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4030048",
              "name": "striosomal D1 medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, Tac1 SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.309060,
          "sdRefIntergenicDistribution": 2.166038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 709909,
          "distinctRankCount": 5528,
          "maxRank": 25618.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "A cells, A cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955518,
          "sdRefIntergenicDistribution": 2.771107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2725366,
          "distinctRankCount": 7924,
          "maxRank": 27188.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Mitosis, Dividing/C cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.480619,
          "sdRefIntergenicDistribution": 1.969250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 423077,
          "distinctRankCount": 5081,
          "maxRank": 25155.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, SST Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.281461,
          "sdRefIntergenicDistribution": 1.847191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255917,
          "distinctRankCount": 4456,
          "maxRank": 24542.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023051",
              "name": "vascular leptomeningeal cell"
            },
            "cellTypeAuthorAnnotation": "Meningeal, Vasc Leptomeningeal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 190.461457,
          "sdRefIntergenicDistribution": 1.191084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5204,
          "distinctRankCount": 561,
          "maxRank": 19204.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000065",
              "name": "ependymal cell"
            },
            "cellTypeAuthorAnnotation": "Ependymal, Ependymal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.315720,
          "sdRefIntergenicDistribution": 2.584413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1686678,
          "distinctRankCount": 7220,
          "maxRank": 26815.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.966357,
          "sdRefIntergenicDistribution": 2.260562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 894629,
          "distinctRankCount": 6040,
          "maxRank": 25951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.041739,
          "sdRefIntergenicDistribution": 1.693580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 154167,
          "distinctRankCount": 3573,
          "maxRank": 23763.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, OPRM1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.618126,
          "sdRefIntergenicDistribution": 1.630659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102999,
          "distinctRankCount": 2729,
          "maxRank": 23024.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PDYN Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.622019,
          "sdRefIntergenicDistribution": 1.156003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12986,
          "distinctRankCount": 771,
          "maxRank": 20375.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PTHLH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.522172,
          "sdRefIntergenicDistribution": 2.396770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1270229,
          "distinctRankCount": 6786,
          "maxRank": 26451.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, TH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.615288,
          "sdRefIntergenicDistribution": 1.639064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112896,
          "distinctRankCount": 3007,
          "maxRank": 23437.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000047",
              "name": "neuronal stem cell"
            },
            "cellTypeAuthorAnnotation": "B cells, B cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.891127,
          "sdRefIntergenicDistribution": 2.035906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 525910,
          "distinctRankCount": 5724,
          "maxRank": 25413.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000095",
              "name": "neuron associated cell"
            },
            "cellTypeAuthorAnnotation": "OPC/Oligo, OPC/Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.082136,
          "sdRefIntergenicDistribution": 2.197094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 821835,
          "distinctRankCount": 5965,
          "maxRank": 25954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "Astrocytes, Astrocytes",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.684679,
          "sdRefIntergenicDistribution": 2.083251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 588501,
          "distinctRankCount": 5457,
          "maxRank": 25613.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 275073159,
            "mappedReadsCount": 158134508,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.929472,
          "sdRefIntergenicDistribution": 2.251611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 910817,
          "distinctRankCount": 6016,
          "maxRank": 26037.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT2 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.322547,
          "sdRefIntergenicDistribution": 1.771132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 202196,
          "distinctRankCount": 3648,
          "maxRank": 24063.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000065",
              "name": "ependymal cell"
            },
            "cellTypeAuthorAnnotation": "Ependymal, Ependymal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.734820,
          "sdRefIntergenicDistribution": 3.229675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4801789,
          "distinctRankCount": 8761,
          "maxRank": 28050.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000108",
              "name": "cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "IN, CHAT Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.261775,
          "sdRefIntergenicDistribution": 1.596638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55462,
          "distinctRankCount": 2116,
          "maxRank": 22117.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial, Endothelial",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.597189,
          "sdRefIntergenicDistribution": 1.665326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 275156,
          "distinctRankCount": 3947,
          "maxRank": 24917.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023026",
              "name": "direct pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.433486,
          "sdRefIntergenicDistribution": 3.626560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13405295,
          "distinctRankCount": 10216,
          "maxRank": 28721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo, Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.089606,
          "sdRefIntergenicDistribution": 2.503219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1929354,
          "distinctRankCount": 7266,
          "maxRank": 26911.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000183",
              "name": "contractile cell"
            },
            "cellTypeAuthorAnnotation": "Pericyte/VSMC, Pericyte/VSMC",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.294610,
          "sdRefIntergenicDistribution": 1.646652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169917,
          "distinctRankCount": 3448,
          "maxRank": 24426.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "Microglia, Microglia",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.114958,
          "sdRefIntergenicDistribution": 2.130732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 790378,
          "distinctRankCount": 6070,
          "maxRank": 26177.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023029",
              "name": "indirect pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D2, SN-D2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.428425,
          "sdRefIntergenicDistribution": 3.604927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13337581,
          "distinctRankCount": 10192,
          "maxRank": 28721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4030048",
              "name": "striosomal D1 medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, Tac1 SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.183553,
          "sdRefIntergenicDistribution": 2.539704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1783848,
          "distinctRankCount": 7113,
          "maxRank": 26643.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "A cells, A cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.367929,
          "sdRefIntergenicDistribution": 2.367024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1422694,
          "distinctRankCount": 6790,
          "maxRank": 26668.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Mitosis, Dividing/C cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.636950,
          "sdRefIntergenicDistribution": 2.030605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 584113,
          "distinctRankCount": 5388,
          "maxRank": 25699.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023051",
              "name": "vascular leptomeningeal cell"
            },
            "cellTypeAuthorAnnotation": "Meningeal, Vasc Leptomeningeal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.824499,
          "sdRefIntergenicDistribution": 1.287624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16918,
          "distinctRankCount": 993,
          "maxRank": 20861.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.675616,
          "sdRefIntergenicDistribution": 1.676795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112304,
          "distinctRankCount": 2903,
          "maxRank": 23422.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.431605,
          "sdRefIntergenicDistribution": 2.387531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1352689,
          "distinctRankCount": 6727,
          "maxRank": 26492.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.989153,
          "sdRefIntergenicDistribution": 2.722366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2493509,
          "distinctRankCount": 7845,
          "maxRank": 27198.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, OPRM1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.576793,
          "sdRefIntergenicDistribution": 2.134553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 612184,
          "distinctRankCount": 5531,
          "maxRank": 25537.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PDYN Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.229776,
          "sdRefIntergenicDistribution": 2.113561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1381196,
          "distinctRankCount": 6249,
          "maxRank": 26687.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PTHLH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.091878,
          "sdRefIntergenicDistribution": 2.173784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 784567,
          "distinctRankCount": 6032,
          "maxRank": 25755.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, SST Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.745431,
          "sdRefIntergenicDistribution": 1.869943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283510,
          "distinctRankCount": 4429,
          "maxRank": 24628.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, TH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.041126,
          "sdRefIntergenicDistribution": 1.696001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 135376,
          "distinctRankCount": 3245,
          "maxRank": 23692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000047",
              "name": "neuronal stem cell"
            },
            "cellTypeAuthorAnnotation": "B cells, B cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.062651,
          "sdRefIntergenicDistribution": 2.499489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2018456,
          "distinctRankCount": 6907,
          "maxRank": 27002.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000095",
              "name": "neuron associated cell"
            },
            "cellTypeAuthorAnnotation": "OPC/Oligo, OPC/Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.692316,
          "sdRefIntergenicDistribution": 2.224930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1034423,
          "distinctRankCount": 6295,
          "maxRank": 26321.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 359673560,
            "mappedReadsCount": 223561463,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "Astrocytes, Astrocytes",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.972039,
          "sdRefIntergenicDistribution": 2.578203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2261618,
          "distinctRankCount": 6929,
          "maxRank": 27096.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Mitosis, Dividing/C cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.028186,
          "sdRefIntergenicDistribution": 2.019987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 503967,
          "distinctRankCount": 4733,
          "maxRank": 25293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "A cells, A cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.991412,
          "sdRefIntergenicDistribution": 2.672450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2449144,
          "distinctRankCount": 7698,
          "maxRank": 27057.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4030048",
              "name": "striosomal D1 medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, Tac1 SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.484896,
          "sdRefIntergenicDistribution": 2.362186,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1266995,
          "distinctRankCount": 6365,
          "maxRank": 26244.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023029",
              "name": "indirect pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D2, SN-D2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.471302,
          "sdRefIntergenicDistribution": 3.521586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11426091,
          "distinctRankCount": 9957,
          "maxRank": 28506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "Microglia, Microglia",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.360197,
          "sdRefIntergenicDistribution": 2.440938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1495201,
          "distinctRankCount": 6809,
          "maxRank": 26551.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000183",
              "name": "contractile cell"
            },
            "cellTypeAuthorAnnotation": "Pericyte/VSMC, Pericyte/VSMC",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.061225,
          "sdRefIntergenicDistribution": 1.714246,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 209385,
          "distinctRankCount": 3562,
          "maxRank": 24252.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo, Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.964400,
          "sdRefIntergenicDistribution": 2.680029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2525200,
          "distinctRankCount": 7534,
          "maxRank": 27106.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:4023026",
              "name": "direct pathway medium spiny neuron"
            },
            "cellTypeAuthorAnnotation": "SN-D1, SN-D1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.575491,
          "sdRefIntergenicDistribution": 3.215031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6740022,
          "distinctRankCount": 8884,
          "maxRank": 27951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endothelial, Endothelial",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.110164,
          "sdRefIntergenicDistribution": 1.896277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 460130,
          "distinctRankCount": 4904,
          "maxRank": 25466.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000108",
              "name": "cholinergic neuron"
            },
            "cellTypeAuthorAnnotation": "IN, CHAT Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.985942,
          "sdRefIntergenicDistribution": 2.044031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 505890,
          "distinctRankCount": 5000,
          "maxRank": 25194.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT2 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.141489,
          "sdRefIntergenicDistribution": 1.380581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24154,
          "distinctRankCount": 1359,
          "maxRank": 20838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000679",
              "name": "glutamatergic neuron"
            },
            "cellTypeAuthorAnnotation": "EN, VGLUT1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.736209,
          "sdRefIntergenicDistribution": 1.739201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189975,
          "distinctRankCount": 3518,
          "maxRank": 24017.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "Astrocytes, Astrocytes",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.637460,
          "sdRefIntergenicDistribution": 2.045589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 587743,
          "distinctRankCount": 5027,
          "maxRank": 25568.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000095",
              "name": "neuron associated cell"
            },
            "cellTypeAuthorAnnotation": "OPC/Oligo, OPC/Oligodendrocyte",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.371798,
          "sdRefIntergenicDistribution": 2.422733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1473842,
          "distinctRankCount": 6860,
          "maxRank": 26515.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000047",
              "name": "neuronal stem cell"
            },
            "cellTypeAuthorAnnotation": "B cells, B cells",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.035369,
          "sdRefIntergenicDistribution": 2.019702,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 501318,
          "distinctRankCount": 5286,
          "maxRank": 25288.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, TH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.436557,
          "sdRefIntergenicDistribution": 1.703899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 168471,
          "distinctRankCount": 3367,
          "maxRank": 23887.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, SST Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.064239,
          "sdRefIntergenicDistribution": 2.028498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 496419,
          "distinctRankCount": 4893,
          "maxRank": 25322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PTHLH Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.999507,
          "sdRefIntergenicDistribution": 2.665334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2411411,
          "distinctRankCount": 7450,
          "maxRank": 27020.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, PDYN Interneuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.799277,
          "sdRefIntergenicDistribution": 1.239637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13345,
          "distinctRankCount": 967,
          "maxRank": 20466.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, OPRM1 Neuron",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.548592,
          "sdRefIntergenicDistribution": 1.557098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78688,
          "distinctRankCount": 2335,
          "maxRank": 22488.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron2",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.696578,
          "sdRefIntergenicDistribution": 1.791002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 230530,
          "distinctRankCount": 3932,
          "maxRank": 24388.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000099",
              "name": "interneuron"
            },
            "cellTypeAuthorAnnotation": "IN, Interneuron1",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.464218,
          "sdRefIntergenicDistribution": 2.381341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1310013,
          "distinctRankCount": 6544,
          "maxRank": 26380.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 355179228,
            "mappedReadsCount": 200689446,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 45820,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP303343_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP303343",
              "xRefName": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP303343",
              "source": {
                "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.67436",
            "name": "Single cell analysis of the ventricular-subventricular zone reveals signatures of dorsal and ventral adult neurogenic lineages. [single nucleus sequencing]",
            "description": "Purpose: While great progress has been made in understanding the differences in regional stem cell potential using viral and genetic lineage tracing strategies, the core molecular heterogeneity that underlies these regional differences is largely unknown. Methods: Here we present a single nucleus sequencing dataset of four microdissected regions of adult CD1 wild type mouse ventricular-subventricular zones (V-SVZ). Four samples (anterior-ventral, AV; anterior dorsal, AD; posterior ventral, PV; posterior dorsal, PD) were generated at the same time from the same mice, and each sample was run on its own lane of a 10x Chromium Single Cell Controller chip for single nucleus barcoding. Results: Here we present single nucleus and single whole cell sequencing datasets of microdissected adult mouse V-SVZ, and evidence for the existence of two broad subtypes of adult neural stem cells. By using spatially resolved microdissections in the single nucleus sequencing dataset as a reference, and mapping marker gene expression in the V-SVZ, we find that these two populations reside in largely non-overlapping domains in either the dorsal or ventral V-SVZ. Furthermore, we identified two subpopulations of newly born neurons that have gene expression consistent with dorsal or ventral origins. Finally, we identify genes expressed by both stem cells and the neurons they generate that specifically mark either the dorsal or ventral adult neurogenic lineage. These datasets, methods and findings will enable future study of region-specific regulation of adult neurogenesis. Overall design: Single nucleus profiles of regionally micro-dissected ventricular-subventricular zones of 17 postnatal day 35 male (8 mice) and female (9 mice) CD1 wild type mice.",
            "id": "SRP303343"
          },
          "id": "SRX9940565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0004922",
              "name": "postnatal subventricular zone"
            },
            "anatEntityAuthorAnnotation": "Ventricular-subventricular zone (brain)",
            "cellType": {
              "id": "CL:0000065",
              "name": "ependymal cell"
            },
            "cellTypeAuthorAnnotation": "Ependymal, Ependymal",
            "devStage": {
              "id": "MmusDv:0000150",
              "name": "5-week-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "Postnatal day 35",
            "sex": "mixed",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.797956,
          "sdRefIntergenicDistribution": 2.957107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3830110,
          "distinctRankCount": 8068,
          "maxRank": 27604.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz",
        "title": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP303343.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/Mus_musculus_SRP303343_droplet_based.h5ad",
        "title": "Mus_musculus_SRP303343_droplet_based.h5ad"
      }
    ]
  }
}